home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacGambit 2.0 / sources1 / Runtime (.c & .h) / params.h < prev    next >
Encoding:
Text File  |  1992-06-04  |  913 b   |  11 lines  |  [TEXT/KAHL]

  1.   1024
  2. #define HEAP_ALLOCATION_FUDGE         (2*MAX_NB_ARGS+1024)
  3. #define ADDITIONAL_CONST_LENGTH_IN_K  32
  4. #define CLOSURE_BLOCK_LENGTH          16384
  5. #define MAX_NB_OFILES                 50
  6. #define MAX_NB_OBJECTS_PER_FILE       3000
  7. #define SYMBOL_TABLE_LENGTH           4003
  8. #define MAX_NAME_LENGTH               256
  9. #define PROF_SHIFT                    3
  10. #define MAX_NB_OPEN_FILES             32
  11.